Update status information on all installed and enabled Drupal projects:
 Name        Installed    Proposed     Status                                   
             version      version                                               
 Drupal      7.0          7.0          Up to date                               
 core                                                                           
 Backup and  7.x-2.1      7.x-2.1      Up to date                               
 Migrate                                                                        
 Chaos tool  7.x-1.x-dev  7.x-1.x-dev  Up to date                               
 suite                                                                          
 Features    7.x-1.x-dev  7.x-1.x-dev  Up to date                               
 Shorten     7.x-1.0      7.x-1.0      Up to date                               
 URLs                                                                           
 Token       7.x-1.0-bet  7.x-1.0-bet  Up to date                               
             a1           a1                                                    
 Views       7.x-3.x-dev  7.x-3.x-dev  Up to date                               
 Views       7.x-3.x-dev  7.x-3.x-dev  Up to date                               
 Slideshow                                                                      
 Simpler     7.x-1.0-bet  7.x-1.0-bet  Up to date                               
             a2           a2                                         
             

==============

drush> php -v
PHP 5.3.5 (cli) (built: Feb 16 2011 22:16:49) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

===============
Export of page:


$page = new stdClass;
$page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */
$page->api_version = 1;
$page->name = 'front_page';
$page->task = 'page';
$page->admin_title = 'Front page';
$page->admin_description = '';
$page->path = 'front';
$page->access = array();
$page->menu = array();
$page->arguments = array();
$page->conf = array(
  'admin_paths' => FALSE,
);
$page->default_handlers = array();
$handler = new stdClass;
$handler->disabled = FALSE; /* Edit this to true to make a default handler disabled initially */
$handler->api_version = 1;
$handler->name = 'page_front_page_panel_context';
$handler->task = 'page';
$handler->subtask = 'front_page';
$handler->handler = 'panel_context';
$handler->weight = 0;
$handler->conf = array(
  'title' => 'Panel',
  'no_blocks' => 0,
  'pipeline' => 'standard',
  'css_id' => '',
  'css' => '',
  'contexts' => array(),
  'relationships' => array(),
);
$display = new panels_display;
$display->layout = 'twocol';
$display->layout_settings = array();
$display->panel_settings = array(
  'style_settings' => array(
    'default' => NULL,
    'left' => NULL,
    'right' => NULL,
  ),
);
$display->cache = array();
$display->title = '';
$display->content = array();
$display->panels = array();
  $pane = new stdClass;
  $pane->pid = 'new-1';
  $pane->panel = 'left';
  $pane->type = 'views_panes';
  $pane->subtype = 'stories-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array();
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $display->content['new-1'] = $pane;
  $display->panels['left'][0] = 'new-1';
  $pane = new stdClass;
  $pane->pid = 'new-2';
  $pane->panel = 'right';
  $pane->type = 'views_panes';
  $pane->subtype = 'all_terms-panel_pane_1';
  $pane->shown = TRUE;
  $pane->access = array();
  $pane->configuration = array();
  $pane->cache = array();
  $pane->style = array(
    'settings' => NULL,
  );
  $pane->css = array();
  $pane->extras = array();
  $pane->position = 0;
  $display->content['new-2'] = $pane;
  $display->panels['right'][0] = 'new-2';
$display->hide_title = PANELS_TITLE_FIXED;
$display->title_pane = 'new-1';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;


